'宣言
Public Class TextEditorWrapperBase
(Of T As {New, TextEditorModel},
TOut As TextEditorWrapperBase(Of T,TOut))
Inherits BaseEditorWrapper(Of T,TOut)
public class TextEditorWrapperBase<T,TOut> : BaseEditorWrapper<T,TOut> where T: new(), TextEditorModel where TOut: TextEditorWrapperBase<T,TOut>
オンラインで表示: GitHub